HeaderCommand Action Type
The Header Command (HeaderCommand) action type is used to reference a command defined at the header level. If there are a set of actions that will be repeated for every position, a command can be defined with those actions at the header. Then each position could be configured with a Header Command action to reference that command.
To learn about how these elements relate to other elements in a well test configuration XML structure, see Well Test Hierarchy.
Example
|
<Actions> <Action type="HeaderCommand" command="Purge" /> </Actions> |
HeaderCommand Action Type Attributes
The HeaderCommand action type has the following associated configuration attributes:
| Attribute | Required | Description |
|---|---|---|
|
command |
Yes |
Specifies the name of the command defined at the header level. |
|
type |
Yes |
Specifies the action type for the action. E.g., type="HeaderCommand" |

